golang.org/x/tools/go/packages.golistState.getGoVersion (method)

3 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L393: 	goVersion, err := state.getGoVersion()
		golist.go#L686: 	goV, err := state.getGoVersion()
		golist.go#L705: func (state *golistState) getGoVersion() (int, error) {